services.nebula.networks.<name>.firewall.inbound
Firewall rules for inbound traffic.
- Type
list of (attribute set)- Default
[ ]- Example
[ { host = "any"; port = "any"; proto = "any"; } ]- Declared
- <nixpkgs/nixos/modules/services/networking/nebula.nix>
Firewall rules for inbound traffic.
list of (attribute set)[ ][
{
host = "any";
port = "any";
proto = "any";
}
]